home *** CD-ROM | disk | FTP | other *** search
- beta2 --> beta3
- ===============
- general:
- o names changed!
- gememacs.prg -> gemme.prg
- emacs.prg -> me.prg
- tcme:
- o The escape-sequences for cursor-keys sent by MiNT >V0.93 are now used.
- o I changed the default-sequences for tcme (without MiNT) to a standart
- vt52-terminal.
- o tcme now interprets a SIGWINCH-signal correctly and therefore should
- notice changes in its window-size. Please note that the values co and
- li in /etc/termcap are still necessary for tcme to learn about the
- maximal screen-size.
- o Under MiNT output is buffered and therefore faster.
- gemme:
- o the '-i$sres' command-line-switch is now replaced by the --font switch.
- '-i$sres' now does exactly the same thing as it would if you
- changed the $sres-variable with the set-command as first command.
- o The redrawing-concept has changed. MicroEMACS should now redraw a screen only
- when neccesary.
- o The text-cursor should now always be at the right position.
- o If running with accessories or under MultiTOS, MicroEMACS should now
- interprets a click on one of its windows correctly.
-
- beta3 --> beta4
- ===============
- general:
- o If $writehook is executed, now $cfname always contains the filename
- the current buffer will be written to after $writehook has finished.
- Up to now $writehook contained the current filename of the buffer
- which was different in a `write-file' command. Look in emacs.rc for an
- example how to use this new feature. (But beware of using it in older
- versions than beta4! If `write-file' is executed the old file will be
- moved!)
- o $osystem contains more information.
- o Added FENCE-mode. Very useful, also with TeX.
- o me and gemme now return A-C, when ALTERNATE-c was pressed (instead of A-c).
- If ALTERNATE-SHIFT-c was pressed A-S-C is returned.
- The numeric keypad now returns A-FN^<what's on the key>, for example
- numeric + returns A-FN^+. So it is now possible to give FN^1 a special
- meaning.
-
- tcme:
- o Aaaahhrg! GCC optimized so much that tcme always bombed under TOS,
- because the stack was wrong after the second Super()-call. My tip: do
- not set -fomit-frame-pointer when you are using Super() with GCC. My
- second tip: use Supexec() instead. (I do now and now tcme should work
- both under TOS and under MiNT.) Thanks to Wolfgang
- (<woju@fantasy.saar.sub.org>) , he discovered the bug first. (I nearly
- use MiNT all the time so I did not notice it...)
- o Now LINES and COLUMNS environment variables are interpreted. Under
- MiNT anymay the actual window-size is queried by a system-call.
-
- gemme:
- o Ooops, the redrawing went totally wrong when MicroEMACS had more than
- two windows open and did not own the topmost window (because it
- belonged to another application). I had to change the complete
- (re-)drawing algorithm to fix this. I hope it will work now...
- o With this new concept, now only one virtual screen-workstation is
- opened.
- o Added color-support.
- o Added the possibility of using the GEM fileselector. (I like the GNU
- filename-completion better, but some people wanted it...)
- o added option `--sizer' which gives every window a sizer-field. This is
- normally not needed, because the most right character-cell of the
- command-line has a similar effect. (See help-system, Using the Mouse:
- Resizing the screen)
- o The typeahead-feature of MicroEMACS now also works with gemme. One
- problem is that it really slows down MicroEMACS, because very much
- evnt_multi-calls are necessary. But on the other side, it prevents
- MicroEMACS from doing unneccesary actions, so I think it is better
- to keep it. If you want a version which does not use typeahead, contact me.
-
- beta4 --> beta4.1
- =================
- o Sorry, the keyboard driver still contained a bug which caused shiftet
- function keys to come up wrong. Also on some function-keys SHIFT was
- not recognized. Fixed.
- o If an error occures in executing quick-exit MicroEMACS now will wait
- for a key and then redraw the screen.
-
- beta 4.1 --> beta 4.2
- =====================
- o Fixed a bug in incremental-search which sometimes caused MicroEMACS to crash.
- o Fixed a bug in directory-search which sometimes caused MicroEMACS to crash.
-
- 3.11a-beta 4.2 --> 3.11c-ß1
- ===========================
- o Updated to MicroEMACS 3.11c with some new features...
- o Added GEM-menus. I am sorry, with these menus, gemme currently will not run
- in the low resolution - but who wants that?
- o For all Gulam-Users: its shell-escape-interface is supported (again...)
- But do not leave Gulam without restoring the old _shel_p-system-variable!!!
- o Testet MicroEMACS with MINIX-Filesystems. It works fine.
- o Splitted the distribution into several files, see file COPYING.
- o Finally! I found the docs to Version 3.11!
-
- 3.11c-ß1 --> 3.11cß1.1 (small bug-fixes)
- ======================
- o tcme will not crash anymore if the first two characters in PATH are `.,' or `.;'
- o tcme now knows about ^<Space>
- o corrected some menu-entries in gemme
-